home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / pt04bp22.zip / relnotes.txt < prev    next >
Text File  |  1994-10-16  |  9KB  |  193 lines

  1.  
  2. This file contains important information about each release of PTerm,
  3. please read it carefully before running PTerm as much of the
  4. information pertains to known bugs and limitations for each release.
  5.  
  6.  
  7. 04bp22:
  8. =======
  9.  
  10.      o  This release is sort of an 'emergency' release to get those
  11.         using NT 3.5, buil 807, up and running again. I have 
  12.         built it using my evolving source, and while there are no
  13.         specific bug fixes or enhancements, there are bound to
  14.         be some randomly introduced bug fixes, and new bugs. I 
  15.         will be making an official release sometime in the near
  16.         future.
  17.  
  18.      o  PLEASE READ THE FIRST BULLET UNDER 04BP19 BELOW CONCERNING
  19.         THE PLACEMENT OF CTL3D32.DLL!
  20.  
  21.      o  Note that use of the AFFIN.DLL is no longer necessary under
  22.         NT 3.5 (build 807), and can be safely deleted from your 
  23.         system (as far as PTerm is concerned).
  24.  
  25.  
  26. 04bp19:
  27. =======
  28.  
  29.      o  Added 3D look to dialogs through the use of CTL3D32.DLL. This
  30.         DLL is included in the distribution. It is VERY important that
  31.         only ONE copy of this DLL be in your path, and that place
  32.         should be \winnt\system32. So, copy this DLL there and delete
  33.         it from your PTerm directory.
  34.         
  35.      o  Added optional "Delete files after uploading". When the select
  36.         files for uploading dialog box pops up, you will notice a 
  37.         checkbox on the right side marked "Delete". If you check this,
  38.         after finishing an upload, you will be presented with a list
  39.         box containing the paths to all the files just uploaded. Select
  40.         the files you want to delete, then click the Delete button. You
  41.         are then asked if you wish to delete the files. I put this in
  42.         because I like to delete my QWK packet replies just after 
  43.         uploading them.
  44.         
  45.      o  Instead of automatically renaming existing files during a
  46.         zmodem download, there is now an option to turn this on or
  47.         off in the File Transfers setup dialog.
  48.         
  49.      o  Added an option in the Communications Setup dialog for 
  50.         silencing the BEL character. This option, if enabled, simply
  51.         filters out all incoming CTRL-G characters -- instead it
  52.         flashes PTerm's window to let you know the system is beeping
  53.         at you. I added this because my wife just had our first child, 
  54.         and I found that the noise created by an aborted file transfer
  55.         was a little unnerving to our daughter.
  56.  
  57.      o  As I illuded to when I first wrote the manual for PTerm
  58.         (pterm.txt), I was afraid PTerm would not work on an SMP 
  59.         (multiple processor) machine, and, well, it doesn't. Until 
  60.         I can work this problem out, I have coded PTerm such that
  61.         all threads are forced to run on the first processor. To 
  62.         facitiltate this, I use some functions MS provides in the
  63.         file AFFIN.DLL (included with this release). Under Daytona,
  64.         AFFIN.DLL will not be necessary. If you are still running
  65.         Windows NT 3.1, copy AFFIN.DLL into your \winnt\system32
  66.         directory. Note, all this means that PTerm should now run
  67.         properly on you machine no matter how many processors you
  68.         have, because PTerm pretends there is only one.
  69.         
  70.      o  The option to convert Backspace to Delete did not work at all
  71.         in the last version of PTerm. I inadvertently optimized it out
  72.         (is was impossible for the code which handled this to ever
  73.         execute, one hell of an optimization!). It now works. Also, if
  74.         you have this option enabled, it will be indicated in PTerm's
  75.         title bar with the string "bs->del". I also added some code to
  76.         handle CTRL-BACKSPACE. This key changes depending on whether
  77.         you have BS->DEL enabled -- if you do, then CTRL-BS outputs
  78.         a backspace, if you don't, then it outputs a delete. Those
  79.         of you who need this will understand why I did it -- those
  80.         who don't, nevermind. ;-)
  81.  
  82.      o  All other bugs and limitations listed below still apply!
  83.  
  84.  
  85. I have started the early stages of a GUI version of PTerm. There is a
  86. large bump to get over, but once I get a GUI version with mostly the
  87. same functionality as the console version, I will be looking for beta
  88. testers, and will let everyone know. This is at best several months
  89. away. This version of PTerm will be shareware (as opposed to freeware).
  90.  
  91.      
  92.      
  93. 04bp15:
  94. =======
  95.  
  96.      o  Added support for the (ALT-GR) characters on international
  97.         keyboards. Thanks to Henry Gessau for modifying my keyboard
  98.         input routine to handle this addition. I have been using it
  99.         for well over a month now and it has not introduced any 
  100.         problems on my non-international keyboard. If any of the
  101.         international users out there find problems, please let me
  102.         know.
  103.  
  104.      o  Other small non-visible bug fixes.
  105.  
  106.  
  107. 04bp13:
  108. =======
  109.  
  110.      o  The YModem upload bug has been fixed! Well, I hope it has. I
  111.         tested by uploading some files to about 4 systems (including
  112.         CIS), and all went well. I even uploaded a 1.7 Meg
  113.         uncompressed executable, with the final throughput being 1610
  114.         cps at 14.4K baud, not too bad. On compressed files, I was
  115.         getting about 1060 cps. If you experience any strangeness with
  116.         the YModem uploading, please let me know!
  117.  
  118.      o  The problems with the communications setup dialog have been
  119.         fixed, sorry for the inconvience!
  120.  
  121.      o  The problem where the capture path would get clobbered after
  122.         canceling out of the Open Capture file dialog has been fixed.
  123.  
  124.      o  If, after hitting ALT-X to exit PTerm, you were to hit ALT-X
  125.         again (while PTerm is deintializing the Modem), you would more
  126.         than likely crash PTerm -- this has been fixed...
  127.  
  128.      o  You can now send a break signal by pressing CTRL-BREAK. I set
  129.         the duration of the break to 250 milliseconds (1/4 second), if
  130.         that turns out to be a problem please let me know and I will
  131.         tweak it some...
  132.  
  133.      o  Read the section in PTERM.TXT called "Sound" for information
  134.         on the new wav file feature of PTerm.
  135.  
  136.  
  137. All other bugs and limitations listed below for 04bp10 still apply!
  138.  
  139.        
  140.  
  141. 04bp10:
  142. =======
  143.  
  144. I am releasing this version with a several known bugs, and I'm sure many
  145. more unknown bugs. Many of the bugs which were present in the first two
  146. releases have been killed, but I am sure there are more, including these:
  147.  
  148.      o  YModem uploading is broken. I have been delaying this release for
  149.         sometime while I try to fix this bug. I am very close, but did not
  150.         want to delay this release any longer with this being the only
  151.         major [known] bug left. Downloading has worked great for me
  152.         however. When I get the uploading fixed, I will release a patch
  153.         version -- hopefully not too long after I make this release.
  154.  
  155.      o  *Very* young and untested CIS Quick-B code has been included in
  156.         this version PTerm. I have had a couple of sucessful downloads
  157.         with this code, but have not even attempted an upload. This code
  158.         will get better in future releases, for now you should probably
  159.         pretend its not there (unless you like experimenting).
  160.  
  161.      o  ANSI aupport may still be a bit weak. I have come to find out
  162.         that it will be nearly (if not completely) impossible to fully
  163.         implement VT100/220 emulation while PTerm remains a console
  164.         application. As such, this will be the last _major_ release of
  165.         PTerm as a console application -- PTerm will be going full GUI at
  166.         some point in the future. I will continue to make patch releases
  167.         of this version however. But, don't expect the VT100 support in
  168.         the console version to get much better. ANSI color support seems
  169.         to work great, but when calling Unix boxes with VT100 emulation
  170.         PTerm can get baffled pretty quickly.
  171.  
  172.  
  173. Well, them's the major ones I have found so far. Please report others
  174. to me as necessary.
  175.  
  176. Some 'features' to watch out for:
  177.  
  178.      o  The TELNET support is still VERY young, and several facets are
  179.         still being worked out. Please report any problems you have with
  180.         this! If you really need a solid telnet for NT, get WinQVT for
  181.         Windows NT.
  182.  
  183.      o  Once PTERM quits, it closes the serial port, and if the modem on
  184.         this serial port is currently connected to somewhere, that
  185.         connection will be lost (since closing the serial port drops
  186.         DTR). You may be able to prevent this by setting your modem to
  187.         always hold DTR high, but this will have the side effect of
  188.         preventing ALT-H from hanging up the connection. Note that if you
  189.         try to exit PTerm while on line, PTerm will ask if you want to
  190.         hang up and exit, if you say no you are left online and PTerm does
  191.         not exit.
  192.  
  193.